Lookup table definition

Search

Lookup table

Lookup table logo #21000 In computer science, a lookup table is an array that replaces runtime computation with a simpler array indexing operation. The savings in terms of processing time can be significant, since retrieving a value from memory is often faster than undergoing an `expensive` computation or input/output operation. The tables may be precalculated and store.....
Found on http://en.wikipedia.org/wiki/Lookup_table
No exact match found.